Uses of Class
es.csic.iiia.fabregues.dip.board.Province
Package | Description |
---|---|
es.csic.iiia.fabregues.dip.board | |
es.csic.iiia.fabregues.dip.comm | |
es.csic.iiia.fabregues.dip.orders |
-
Uses of Province in es.csic.iiia.fabregues.dip.board
Methods in es.csic.iiia.fabregues.dip.board that return Province Modifier and Type Method Description Province
Game. getProvince(java.lang.String string)
Province
Region. getProvince()
Methods in es.csic.iiia.fabregues.dip.board that return types with arguments of type Province Modifier and Type Method Description java.util.List<Province>
Game. getAdjacentProvinces(Province province)
Gets adjacent provincesjava.util.List<Province>
Power. getHomes()
java.util.List<Province>
Power. getOwnedSCs()
java.util.Vector<Province>
Game. getProvinces()
Methods in es.csic.iiia.fabregues.dip.board with parameters of type Province Modifier and Type Method Description void
Power. addHome(Province province)
void
Power. addOwn(Province sc)
java.util.List<Province>
Game. getAdjacentProvinces(Province province)
Gets adjacent provincesRegion
Game. getAdjacentRegionIn(Province province, Region adjacentFrom)
Retorna la regi� adjacent de adjacentFrom quejava.util.List<Region>
Game. getAdjacentUnits(Province province)
Gets units located in adjacent provinces to province Gets units that can move into provincePower
Game. getController(Province province)
Returns the power that controls one of the province regions.Power
Game. getOwner(Province supplyCenter)
Retorns supplycenter ownerRegion
Game. getRegion(Province province, java.lang.String type)
boolean
Power. isControlling(Province province)
boolean
Power. isOwning(Province Province)
Returns true if the province is a SC owned by the power or false otherwise.void
Region. setProvince(Province province)
-
Uses of Province in es.csic.iiia.fabregues.dip.comm
Fields in es.csic.iiia.fabregues.dip.comm with type parameters of type Province Modifier and Type Field Description protected java.util.Hashtable<java.lang.String,Province>
GameBuilder. provinces
Methods in es.csic.iiia.fabregues.dip.comm that return Province Modifier and Type Method Description protected Province
GameBuilder. createProvince(java.lang.String name)
static Province
ParseService. getProvince(Game game, java.lang.String[] message)
Methods in es.csic.iiia.fabregues.dip.comm that return types with arguments of type Province Modifier and Type Method Description java.util.Hashtable<java.lang.String,Province>
GameBuilder. getProvinces()
-
Uses of Province in es.csic.iiia.fabregues.dip.orders
Methods in es.csic.iiia.fabregues.dip.orders that return Province Modifier and Type Method Description Province
SUPMTOOrder. getDestination()